* fns.c (Fstring_to_unibyte): Don't rely on undefined behavior
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2011 20:22:53 +0000 (13:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2011 20:22:53 +0000 (13:22 -0700)
commit54a01cef4eeab63e6fd39a4a62c74c41e077900e
treec1ee6f901a1d0cbb3edf91e5b33662f2dfc03231
parent881821511a27aaab7e05efe3fd262585d21b7fc9
* fns.c (Fstring_to_unibyte): Don't rely on undefined behavior

by passing a long int to a printf format expecting an int.
src/ChangeLog
src/fns.c